services.hostapd.radios.<name>.networks.<name>.authentication.saePasswordsFile
Sets the password for WPA3-SAE. Follows the same rules as saePasswords,
but reads the entries from the given file to prevent them from being
put into the Nix store.
One entry per line, empty lines and lines beginning with # will be ignored.
Each line must match the following format, although the order of optional
parameters doesn't matter:
<password>[|mac=<peer mac>][|vlanid=<VLAN ID>][|pk=<m:ECPrivateKey-base64>][|id=<identifier>]
Not used when mode is "wpa2-sha1" or "wpa2-sha256".
- Type
null or absolute path- Default
null- Declared
- <nixpkgs/nixos/modules/services/networking/hostapd.nix>